ModuleSettingsOrBuilder

interface ModuleSettingsOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getIsClientMuted(): Boolean

Controls whether or not the phone / clients should mute the current channel
Useful for noisy public channels you don't necessarily want to disable
bool is_client_muted = 2;
Link copied to clipboard
abstract fun getPositionPrecision(): Int

Bits of precision for the location sent in position packets.
uint32 position_precision = 1;